Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps actions/setup-java from 1.4.3 to 3.5.1.

Release notes

Sourced from actions/setup-java's releases.

v3.5.1

In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard coded versions. In this release versions were moved to the separate json file. When a new version of Java is released, it can be added to this file and be used without releasing new version of the action.

v3.5.0

Add support for multiple jdks

In scope of this release we add support for multiple jdks. Customers can specify multiple versions of java through java-version input.

    steps:
      - uses: actions/setup-java@v3
        with:
          distribution: '<distribution>'
          java-version: |
            8
            11
            15

Besides, we added such changes as:

v3.4.1

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling.

v3.4.0

In scope of this release we introduce such changes as:

v3.3.0

In scope of this pull request we add support for Amazon Corretto Build of OpenJDK (actions/setup-java#312).

steps:
  - name: Checkout
    uses: actions/checkout@v3
  - name: Setup-java
    uses: actions/setup-java@v3
    with:
      distribution: corretto
      java-version: 11

Supported distributions

Currently, the following distributions are supported:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1.4.3 to 3.5.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1.4.3...v3.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 74.66% // Head: 74.22% // Decreases project coverage by -0.45% ⚠️

Coverage data is based on head (104b524) compared to base (9a291f4).
Patch has no changes to coverable lines.

❗ Current head 104b524 differs from pull request most recent head c54aef0. Consider uploading reports for the commit c54aef0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   74.66%   74.22%   -0.44%     
==========================================
  Files         220      219       -1     
  Lines       18072    18029      -43     
  Branches     2926     3448     +522     
==========================================
- Hits        13492    13380     -112     
- Misses       4086     4139      +53     
- Partials      494      510      +16     
Impacted Files Coverage Δ
src/robot/utils/encodingsniffer.py 66.16% <0.00%> (-21.53%) ⬇️
src/robot/utils/robotinspect.py 47.62% <0.00%> (-19.04%) ⬇️
src/robot/output/filelogger.py 50.00% <0.00%> (-17.85%) ⬇️
src/robot/version.py 55.56% <0.00%> (-11.11%) ⬇️
src/robot/utils/robotpath.py 64.16% <0.00%> (-9.43%) ⬇️
src/robot/utils/argumentparser.py 78.02% <0.00%> (-5.67%) ⬇️
src/robot/output/console/highlighting.py 69.77% <0.00%> (-5.42%) ⬇️
src/robot/libdocpkg/xmlwriter.py 57.01% <0.00%> (-3.73%) ⬇️
src/robot/utils/filereader.py 89.84% <0.00%> (-3.38%) ⬇️
src/robot/running/timeouts/__init__.py 80.90% <0.00%> (-2.24%) ⬇️
... and 7 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 19, 2022

Superseded by #53.

@dependabot dependabot bot closed this Oct 19, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-java-3.5.1 branch October 19, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants